dense_to_msr Function

public pure function dense_to_msr(a) result(rst)

Converts a dense matrix to an MSR matrix.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:,:) :: a

The dense matrix to convert.

Return Value type(msr_matrix)

The MSR matrix.